home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2002 November / SGI IRIX Installation Tools & Overlays 2002 November - Disc 4.iso / dist / motif21_dev.idb / usr / Motif-2.1 / include / Xm / Gadget.h.z / Gadget.h
C/C++ Source or Header  |  2002-10-15  |  920b  |  43 lines

  1. /* $XConsortium: Gadget.h /main/5 1995/07/15 20:51:03 drk $ */
  2. /*
  3.  *  @OSF_COPYRIGHT@
  4.  *  COPYRIGHT NOTICE
  5.  *  Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
  6.  *  ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for
  7.  *  the full copyright text.
  8.  */
  9. /*
  10.  * HISTORY
  11.  */
  12. #ifndef _XmGadget_h
  13. #define _XmGadget_h
  14.  
  15. #include <Xm/Xm.h>
  16.  
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20.  
  21. #ifndef XmIsGadget
  22. #define XmIsGadget(w) XtIsSubclass(w, xmGadgetClass)
  23. #endif /* XmIsGadget */
  24.  
  25. externalref WidgetClass xmGadgetClass;
  26.  
  27. typedef struct _XmGadgetClassRec * XmGadgetClass;
  28. typedef struct _XmGadgetRec      * XmGadget;
  29.  
  30.  
  31. /********    Public Function Declarations    ********/
  32.  
  33.  
  34. /********    End Public Function Declarations    ********/
  35.  
  36.  
  37. #ifdef __cplusplus
  38. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  39. #endif
  40.  
  41. #endif /* _XmGadget_h */
  42. /* DON'T ADD ANYTHING AFTER THIS #endif */
  43.